home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wheelo1a / frmstart.frm (.txt) < prev    next >
Visual Basic Form  |  1999-09-12  |  15KB  |  529 lines

  1. VERSION 5.00
  2. Begin VB.Form frmStart1 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Wheel-Of-Fortune"
  6.    ClientHeight    =   5940
  7.    ClientLeft      =   45
  8.    ClientTop       =   330
  9.    ClientWidth     =   6150
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   5940
  14.    ScaleWidth      =   6150
  15.    StartUpPosition =   1  'CenterOwner
  16.    Begin VB.Frame Frame3 
  17.       BackColor       =   &H00000000&
  18.       Caption         =   "Skill level"
  19.       ForeColor       =   &H0000FF00&
  20.       Height          =   1215
  21.       Left            =   2400
  22.       TabIndex        =   15
  23.       Top             =   2640
  24.       Width           =   1335
  25.       Begin VB.HScrollBar HScroll3 
  26.          Height          =   255
  27.          Left            =   480
  28.          Max             =   10
  29.          Min             =   1
  30.          TabIndex        =   17
  31.          Top             =   840
  32.          Value           =   1
  33.          Width           =   375
  34.       End
  35.       Begin VB.Label Label7 
  36.          BackColor       =   &H00000000&
  37.          Caption         =   "(Easy)"
  38.          ForeColor       =   &H0000FF00&
  39.          Height          =   255
  40.          Left            =   480
  41.          TabIndex        =   18
  42.          Top             =   480
  43.          Width           =   615
  44.       End
  45.       Begin VB.Label level1 
  46.          BackColor       =   &H00000000&
  47.          Caption         =   "1"
  48.          BeginProperty Font 
  49.             Name            =   "MS LineDraw"
  50.             Size            =   14.25
  51.             Charset         =   2
  52.             Weight          =   700
  53.             Underline       =   0   'False
  54.             Italic          =   0   'False
  55.             Strikethrough   =   0   'False
  56.          EndProperty
  57.          ForeColor       =   &H0000FF00&
  58.          Height          =   255
  59.          Left            =   480
  60.          TabIndex        =   16
  61.          Top             =   240
  62.          Width           =   375
  63.       End
  64.    End
  65.    Begin VB.CommandButton Command1 
  66.       Caption         =   "E&xit"
  67.       Height          =   255
  68.       Left            =   2400
  69.       TabIndex        =   14
  70.       Top             =   5520
  71.       Width           =   1455
  72.    End
  73.    Begin VB.TextBox Text2 
  74.       Height          =   285
  75.       Left            =   1680
  76.       TabIndex        =   12
  77.       Top             =   4680
  78.       Visible         =   0   'False
  79.       Width           =   3135
  80.    End
  81.    Begin VB.Frame Frame2 
  82.       BackColor       =   &H00000000&
  83.       Caption         =   "Players"
  84.       ForeColor       =   &H0000FF00&
  85.       Height          =   1215
  86.       Left            =   840
  87.       TabIndex        =   9
  88.       Top             =   2640
  89.       Width           =   1335
  90.       Begin VB.HScrollBar HScroll2 
  91.          Height          =   255
  92.          Left            =   480
  93.          TabIndex        =   11
  94.          Top             =   840
  95.          Width           =   375
  96.       End
  97.       Begin VB.Label Label5 
  98.          BackColor       =   &H00000000&
  99.          Caption         =   "1"
  100.          BeginProperty Font 
  101.             Name            =   "NewBskvll BT"
  102.             Size            =   14.25
  103.             Charset         =   0
  104.             Weight          =   400
  105.             Underline       =   0   'False
  106.             Italic          =   0   'False
  107.             Strikethrough   =   0   'False
  108.          EndProperty
  109.          ForeColor       =   &H0000FF00&
  110.          Height          =   375
  111.          Left            =   480
  112.          TabIndex        =   10
  113.          Top             =   240
  114.          Width           =   495
  115.       End
  116.    End
  117.    Begin VB.TextBox Text1 
  118.       Height          =   285
  119.       Left            =   1680
  120.       TabIndex        =   2
  121.       Top             =   4200
  122.       Width           =   3135
  123.    End
  124.    Begin VB.CommandButton cmdPlay 
  125.       Caption         =   "&Play"
  126.       Height          =   255
  127.       Left            =   1920
  128.       TabIndex        =   1
  129.       Top             =   5160
  130.       Width           =   2535
  131.    End
  132.    Begin VB.Frame Frame1 
  133.       BackColor       =   &H00000000&
  134.       Caption         =   "Sound"
  135.       ForeColor       =   &H0000FF00&
  136.       Height          =   1215
  137.       Left            =   3960
  138.       TabIndex        =   6
  139.       Top             =   2640
  140.       Width           =   1335
  141.       Begin VB.HScrollBar HScroll1 
  142.          Height          =   255
  143.          Left            =   480
  144.          TabIndex        =   7
  145.          Top             =   840
  146.          Width           =   375
  147.       End
  148.       Begin VB.Label Label4 
  149.          BackColor       =   &H00000000&
  150.          Caption         =   "OFF"
  151.          BeginProperty Font 
  152.             Name            =   "NewBskvll BT"
  153.             Size            =   12
  154.             Charset         =   0
  155.             Weight          =   400
  156.             Underline       =   0   'False
  157.             Italic          =   0   'False
  158.             Strikethrough   =   0   'False
  159.          EndProperty
  160.          ForeColor       =   &H0000FF00&
  161.          Height          =   375
  162.          Left            =   360
  163.          TabIndex        =   8
  164.          Top             =   240
  165.          Width           =   615
  166.       End
  167.    End
  168.    Begin VB.Shape Shape2 
  169.       BorderColor     =   &H00008000&
  170.       Height          =   1695
  171.       Left            =   480
  172.       Top             =   2400
  173.       Width           =   5175
  174.    End
  175.    Begin VB.Shape Shape1 
  176.       BackStyle       =   1  'Opaque
  177.       BorderStyle     =   0  'Transparent
  178.       FillColor       =   &H0000FF00&
  179.       FillStyle       =   0  'Solid
  180.       Height          =   255
  181.       Index           =   5
  182.       Left            =   4680
  183.       Top             =   600
  184.       Width           =   1575
  185.    End
  186.    Begin VB.Shape Shape1 
  187.       BackStyle       =   1  'Opaque
  188.       BorderStyle     =   0  'Transparent
  189.       FillColor       =   &H0000FF00&
  190.       FillStyle       =   0  'Solid
  191.       Height          =   255
  192.       Index           =   4
  193.       Left            =   0
  194.       Top             =   600
  195.       Width           =   1455
  196.    End
  197.    Begin VB.Shape Shape1 
  198.       BackStyle       =   1  'Opaque
  199.       BorderStyle     =   0  'Transparent
  200.       FillColor       =   &H0000FF00&
  201.       FillStyle       =   0  'Solid
  202.       Height          =   255
  203.       Index           =   3
  204.       Left            =   4680
  205.       Top             =   1560
  206.       Width           =   1575
  207.    End
  208.    Begin VB.Shape Shape1 
  209.       BackStyle       =   1  'Opaque
  210.       BorderStyle     =   0  'Transparent
  211.       FillColor       =   &H0000FF00&
  212.       FillStyle       =   0  'Solid
  213.       Height          =   255
  214.       Index           =   2
  215.       Left            =   0
  216.       Top             =   1560
  217.       Width           =   1455
  218.    End
  219.    Begin VB.Shape Shape1 
  220.       BackStyle       =   1  'Opaque
  221.       BorderStyle     =   0  'Transparent
  222.       FillColor       =   &H0000FF00&
  223.       FillStyle       =   0  'Solid
  224.       Height          =   255
  225.       Index           =   1
  226.       Left            =   4680
  227.       Top             =   1080
  228.       Width           =   1575
  229.    End
  230.    Begin VB.Shape Shape1 
  231.       BackStyle       =   1  'Opaque
  232.       BorderStyle     =   0  'Transparent
  233.       FillColor       =   &H0000FF00&
  234.       FillStyle       =   0  'Solid
  235.       Height          =   255
  236.       Index           =   0
  237.       Left            =   0
  238.       Top             =   1080
  239.       Width           =   1455
  240.    End
  241.    Begin VB.Label Label6 
  242.       BackColor       =   &H00000000&
  243.       Caption         =   "Player 2"
  244.       BeginProperty Font 
  245.          Name            =   "MS Sans Serif"
  246.          Size            =   12
  247.          Charset         =   0
  248.          Weight          =   400
  249.          Underline       =   0   'False
  250.          Italic          =   0   'False
  251.          Strikethrough   =   0   'False
  252.       EndProperty
  253.       ForeColor       =   &H0000FF00&
  254.       Height          =   255
  255.       Left            =   480
  256.       TabIndex        =   13
  257.       Top             =   4680
  258.       Visible         =   0   'False
  259.       Width           =   1095
  260.    End
  261.    Begin VB.Line Line1 
  262.       BorderColor     =   &H0000FF00&
  263.       BorderWidth     =   3
  264.       Index           =   7
  265.       X1